Operation Object lastElement (), in Class Vector

Documentation

* Returns the last component of the vector.
*
* @return the last component of the vector, i.e., the component at index
* <code>size()&nbsp;-&nbsp;1</code>.
* @exception NoSuchElementException if this vector is empty.
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
FinalTrueSynchronizedTrue
AbstractFalseStaticFalse
NativeFalse